*** empty log message ***
authorOwen Taylor <otaylor@src.gnome.org>
Tue, 28 Mar 2000 01:31:13 +0000 (01:31 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Tue, 28 Mar 2000 01:31:13 +0000 (01:31 +0000)
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkinputdialog.h

index 77d464c22e0dcc0d4a5156169c59b35f010c309a..f59f2fa5b0fb385e3b9359e207c3c99d1bba445e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sun Mar 12 15:19:24 2000  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkinputdialog.h (struct _GtkInputDialogClass): Fix
+       parent class to correctly be GtkDialogClass.
+
 Thu Feb 24 23:58:21 2000  Owen Taylor  <otaylor@redhat.com>
 
        * gdk/x11/gdkgeometry-x11.c: Don't worry about clipping of
index 77d464c22e0dcc0d4a5156169c59b35f010c309a..f59f2fa5b0fb385e3b9359e207c3c99d1bba445e 100644 (file)
@@ -1,3 +1,8 @@
+Sun Mar 12 15:19:24 2000  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkinputdialog.h (struct _GtkInputDialogClass): Fix
+       parent class to correctly be GtkDialogClass.
+
 Thu Feb 24 23:58:21 2000  Owen Taylor  <otaylor@redhat.com>
 
        * gdk/x11/gdkgeometry-x11.c: Don't worry about clipping of
index 77d464c22e0dcc0d4a5156169c59b35f010c309a..f59f2fa5b0fb385e3b9359e207c3c99d1bba445e 100644 (file)
@@ -1,3 +1,8 @@
+Sun Mar 12 15:19:24 2000  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkinputdialog.h (struct _GtkInputDialogClass): Fix
+       parent class to correctly be GtkDialogClass.
+
 Thu Feb 24 23:58:21 2000  Owen Taylor  <otaylor@redhat.com>
 
        * gdk/x11/gdkgeometry-x11.c: Don't worry about clipping of
index 77d464c22e0dcc0d4a5156169c59b35f010c309a..f59f2fa5b0fb385e3b9359e207c3c99d1bba445e 100644 (file)
@@ -1,3 +1,8 @@
+Sun Mar 12 15:19:24 2000  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkinputdialog.h (struct _GtkInputDialogClass): Fix
+       parent class to correctly be GtkDialogClass.
+
 Thu Feb 24 23:58:21 2000  Owen Taylor  <otaylor@redhat.com>
 
        * gdk/x11/gdkgeometry-x11.c: Don't worry about clipping of
index 77d464c22e0dcc0d4a5156169c59b35f010c309a..f59f2fa5b0fb385e3b9359e207c3c99d1bba445e 100644 (file)
@@ -1,3 +1,8 @@
+Sun Mar 12 15:19:24 2000  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkinputdialog.h (struct _GtkInputDialogClass): Fix
+       parent class to correctly be GtkDialogClass.
+
 Thu Feb 24 23:58:21 2000  Owen Taylor  <otaylor@redhat.com>
 
        * gdk/x11/gdkgeometry-x11.c: Don't worry about clipping of
index 77d464c22e0dcc0d4a5156169c59b35f010c309a..f59f2fa5b0fb385e3b9359e207c3c99d1bba445e 100644 (file)
@@ -1,3 +1,8 @@
+Sun Mar 12 15:19:24 2000  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkinputdialog.h (struct _GtkInputDialogClass): Fix
+       parent class to correctly be GtkDialogClass.
+
 Thu Feb 24 23:58:21 2000  Owen Taylor  <otaylor@redhat.com>
 
        * gdk/x11/gdkgeometry-x11.c: Don't worry about clipping of
index 77d464c22e0dcc0d4a5156169c59b35f010c309a..f59f2fa5b0fb385e3b9359e207c3c99d1bba445e 100644 (file)
@@ -1,3 +1,8 @@
+Sun Mar 12 15:19:24 2000  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkinputdialog.h (struct _GtkInputDialogClass): Fix
+       parent class to correctly be GtkDialogClass.
+
 Thu Feb 24 23:58:21 2000  Owen Taylor  <otaylor@redhat.com>
 
        * gdk/x11/gdkgeometry-x11.c: Don't worry about clipping of
index 3852491f6786ee0f33a0ee07b8ce2beabae164dd..b7d417b0524c713016e6be42c34fb77f3034310a 100644 (file)
@@ -68,7 +68,7 @@ struct _GtkInputDialog
 
 struct _GtkInputDialogClass
 {
-  GtkWindowClass parent_class;
+  GtkDialogClass parent_class;
 
   void (* enable_device)               (GtkInputDialog    *inputd,
                                        guint32            devid);